# Page Not Found

The URL `netnut-scraper-apis/serp-api/google-scraper/google-search/"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAM1BMVEUAAAD+/v7MzMw7OzsAAACVlZVJSUnm5uampqYXFxfZ2dkBAQGzs7MnJyeGhoZpaWl5eXkOJSOoAAAAAXRSTlMAQObYZgAAAGpJREFUeAFtz7UBxEAQBMHtgwXpKP9kn/k13pTXIsLH5OfD74d/SLlUtFTL2Tx0E2xvWL+gQQYBzeDRBni9QSoJegeUG6AKMyCtB7R9Q8OZ9gD6anV0mzzBd8X2nF5AVJjKGzYAO4yRv/wzhDIC9UYsU1MAAAAASUVORK5CYII=/"` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Google Search](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search.md)
- [Callback Mechanism](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search/callback-mechanism.md)
- [Localization](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search/localization.md)
- [Enhanced AIO (AI Overview)](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search/enhanced-aio-ai-overview.md)
- [Query Search](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search/query-search.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

### Option 2 — Browse the documentation index

Full index: https://help.netnut.io/netnut-documentation/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://help.netnut.io/netnut-documentation/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search.md`).

You may also use `Accept: text/markdown` header for content negotiation.
